Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Publisher ID
curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"organisation": 3,
"domain": "example.com",
"label": null,
"contextual": true,
"ads_txt_valid": false,
"app_ads_txt_valid": true,
"approval_status": 1
},
"success": true
}Returns the top level configuration for the given publisher
curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"organisation": 3,
"domain": "example.com",
"label": null,
"contextual": true,
"ads_txt_valid": false,
"app_ads_txt_valid": true,
"approval_status": 1
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?